The whole app is divided into three parts:
1) RemoteClient.EXE	(Client App)
2) RemoteServer.EXE	(Server App)
3) RemoteObj.DLL	(Common DLL shared by both the EXE's)


Note:-
1) All these files must reside in the same directory.
2) The Server, RemoteServer.EXE, must be up and running before you execute the 
   client, RemoteClient.EXE.



